home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / converters / graphics / netpbm / pnmtoljpg / man / ljpgtopnm.txt < prev    next >
Text File  |  1997-11-16  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. LJPGTOPNM(1)                         LJPGTOPNM(1)
  5.  
  6.  
  7. NAME
  8.        ljpgtopnm  -  decode  a    lossless  JPEG file to a Portable
  9.        Pixmap or Portable Graymap image file
  10.  
  11. SYNOPSIS
  12.        ljpgtopnm [ -v ] [ filename ...    ]
  13.  
  14.  
  15. DESCRIPTION
  16.        ljpgtopnm decode a lossless JPEG file to a  PPM    (Portable
  17.        Pixmap) or PGM (Portable Graymap) image file.  If no files
  18.        are specified, the standard input is decoded to the  stan-
  19.        dard output.
  20.  
  21. OPTIONS
  22.        -v verbose
  23.           Display  data  about  image  format, image size and
  24.           sample precision.
  25.  
  26. EXAMPLES
  27.        This example decodes a ljpg file foo.ljpg and  outputs  to
  28.        foo.ppm.
  29.  
  30.           ljpgtopnm foo.ljpg foo.ppm
  31.  
  32.        Next  example  decodes  the  foo.ljpg with verbose option.
  33.        The output is saved as foo.ppm.
  34.  
  35.           ljpgtopnm -v < foo.ljpg > foo.ppm
  36.  
  37. SEE ALSO
  38.        pnmtoljpg(1), ppm(5), pgm(5)
  39.        Wallace, Gregory K.  "The JPEG Still  Picture  Compression
  40.        Standard", Communications of the ACM, April 1991 (vol. 34,
  41.        no. 4), pp. 30-44.
  42.  
  43. AUTHOR
  44.        Kongji Huang and Brian Smith
  45.  
  46. BUGS
  47.        Arithmetic coding and multiple scans are not supported.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                14 June 1994                1
  65.  
  66.  
  67.